home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / admin / note_brd / runor.bat < prev    next >
Encoding:
DOS Batch File  |  1993-12-03  |  337 b   |  12 lines

  1. @echo off
  2. rem *** Runor.bat    -    Version 2.0
  3. rem *** 
  4. rem *** This batch file should print the order form.  If the user has already
  5. rem *** used the print command, then the default printer will be used, if not
  6. rem *** the user will be prompted for a print device in the normal way.
  7. rem ***
  8. cls
  9. print order.doc
  10. pause
  11. notice
  12.